home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Other Stuff
/
Other Stuff ’97
/
PowerOS Development
/
booter
/
garymode.h
< prev
next >
Wrap
Text File
|
1997-06-26
|
355b
|
17 lines
/*
contributed by Mimir Reynisson <skelmir@qualia.com>
*/
struct PPCRegisterList
{
unsigned long PC;
unsigned long GPR[32];
double FPR[32];
};
typedef struct PPCRegisterList PPCRegisterList;
typedef void (*PriviledgedEntryPoint)();
void
EnterPriviledgedMode(PriviledgedEntryPoint entryPoint,
void *param1, void *param2, void *param3);